home *** CD-ROM | disk | FTP | other *** search
/ HighPerFORM 1997 / HighPerFORM 97.iso / HPF97 / data1.cab / Program_Support_Files / Pangaea.mdb / SCC.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-10-13  |  13.8 KB

  1. {
  2.     "schema": {
  3.         "KeyWord": "Text (25)",
  4.         "FieldIndex": "Long Integer",
  5.         "TypeOfField": "Byte",
  6.         "CheckBox": "Boolean NOT NULL",
  7.         "Page": "Long Integer",
  8.         "Justify": "Long Integer",
  9.         "EditLeft": "Long Integer",
  10.         "EditTop": "Long Integer",
  11.         "EditWidth": "Long Integer",
  12.         "EditHeight": "Long Integer",
  13.         "NumberOfLines": "Long Integer",
  14.         "DefaultFont": "Text (50)",
  15.         "DefPrecision": "Integer",
  16.         "AutoCalc": "Boolean NOT NULL",
  17.         "Formula": "Memo/Hyperlink (255)",
  18.         "Dependencies": "Text (100)",
  19.         "Updates": "Text (100)"
  20.     },
  21.     "data": [
  22.         {
  23.             "KeyWord": "RECInspectDay",
  24.             "FieldIndex": 1,
  25.             "TypeOfField": 0,
  26.             "CheckBox": 0,
  27.             "Page": 1,
  28.             "Justify": 0,
  29.             "EditLeft": 98,
  30.             "EditTop": 130,
  31.             "EditWidth": 268,
  32.             "EditHeight": 13,
  33.             "NumberOfLines": 1,
  34.             "DefaultFont": "Tahoma,8,0,0",
  35.             "DefPrecision": -1,
  36.             "AutoCalc": 1,
  37.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\t/*begin\r\n\t\tSCC.RECInspectDate = SCC.RECInspectDay + \" 19\" + \r\n\t\t\tSCC.RECInspectYear;\r\n\tend;\r\n\tCopyField(\"SCC.RECInspectDate;)*/\r\nend;\r\n"
  38.         },
  39.         {
  40.             "KeyWord": "RECInspectYear",
  41.             "FieldIndex": 2,
  42.             "TypeOfField": 0,
  43.             "CheckBox": 0,
  44.             "Page": 1,
  45.             "Justify": 0,
  46.             "EditLeft": 391,
  47.             "EditTop": 129,
  48.             "EditWidth": 23,
  49.             "EditHeight": 13,
  50.             "NumberOfLines": 1,
  51.             "DefaultFont": "Tahoma,8,0,0",
  52.             "DefPrecision": -1,
  53.             "AutoCalc": 0
  54.         },
  55.         {
  56.             "KeyWord": "SUBCurOwner",
  57.             "FieldIndex": 3,
  58.             "TypeOfField": 0,
  59.             "CheckBox": 0,
  60.             "Page": 1,
  61.             "Justify": 0,
  62.             "EditLeft": 80,
  63.             "EditTop": 157,
  64.             "EditWidth": 454,
  65.             "EditHeight": 13,
  66.             "NumberOfLines": 1,
  67.             "DefaultFont": "Tahoma,8,0,0",
  68.             "DefPrecision": -1,
  69.             "AutoCalc": 0,
  70.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SCC.SUBCurOwner\");\r\nend;\r\n"
  71.         },
  72.         {
  73.             "KeyWord": "SUBPropAddress",
  74.             "FieldIndex": 4,
  75.             "TypeOfField": 0,
  76.             "CheckBox": 0,
  77.             "Page": 1,
  78.             "Justify": 0,
  79.             "EditLeft": 80,
  80.             "EditTop": 184,
  81.             "EditWidth": 455,
  82.             "EditHeight": 13,
  83.             "NumberOfLines": 1,
  84.             "DefaultFont": "Tahoma,8,0,0",
  85.             "DefPrecision": -1,
  86.             "AutoCalc": 0,
  87.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SCC.SUBPropAddress\");\r\nend;\r\n"
  88.         },
  89.         {
  90.             "KeyWord": "SUBPropCityStateZip",
  91.             "FieldIndex": 5,
  92.             "TypeOfField": 0,
  93.             "CheckBox": 0,
  94.             "Page": 1,
  95.             "Justify": 0,
  96.             "EditLeft": 79,
  97.             "EditTop": 210,
  98.             "EditWidth": 455,
  99.             "EditHeight": 13,
  100.             "NumberOfLines": 1,
  101.             "DefaultFont": "Tahoma,8,0,0",
  102.             "DefPrecision": -1,
  103.             "AutoCalc": 0,
  104.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tInteger n, z;\r\n\tString CSZ;\r\n\tCopyField(\"SCC.SUBPropCityStateZip\");\r\n\tbegin\r\n\t\tCSZ = StrTrim(SCC.SUBPropCityStateZip);\r\n\t\tLen = StrLength(CSZ);\r\n\t\tn = StrChr(CSZ, \",\");\r\n\t\tSCC.SUBCity = StrLeft(CSZ, n);\r\n\t\tz = StrRChr(CSZ, \" \");\r\n\t\tSCC.SUBZip = StrRight(CSZ, Len - z);\r\n\t\tSCC.State = StrMid(CSZ, n+2, Len - n - z - 3);\r\n\tend;\r\n\tCopyField(\"SCC.SUBCity\");\r\n\tCopyField(\"SCC.SUBState\");\r\n\tCopyField(\"SCC.SUBZip\");\r\nend;\r\n"
  105.         },
  106.         {
  107.             "KeyWord": "SUBAppraiser",
  108.             "FieldIndex": 6,
  109.             "TypeOfField": 0,
  110.             "CheckBox": 0,
  111.             "Page": 1,
  112.             "Justify": 0,
  113.             "EditLeft": 201,
  114.             "EditTop": 253,
  115.             "EditWidth": 333,
  116.             "EditHeight": 13,
  117.             "NumberOfLines": 1,
  118.             "DefaultFont": "Tahoma,8,0,0",
  119.             "DefPrecision": -1,
  120.             "AutoCalc": 0,
  121.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SCC.SUBAppraiser\");\r\nend;\r\n"
  122.         },
  123.         {
  124.             "KeyWord": "SCCSatisfactory_Box",
  125.             "FieldIndex": 7,
  126.             "TypeOfField": 1,
  127.             "CheckBox": 1,
  128.             "Page": 1,
  129.             "Justify": 2,
  130.             "EditLeft": 271,
  131.             "EditTop": 291,
  132.             "EditWidth": 12,
  133.             "EditHeight": 13,
  134.             "NumberOfLines": 1,
  135.             "DefPrecision": -1,
  136.             "AutoCalc": 0
  137.         },
  138.         {
  139.             "KeyWord": "SCCRepair_Box",
  140.             "FieldIndex": 8,
  141.             "TypeOfField": 1,
  142.             "CheckBox": 1,
  143.             "Page": 1,
  144.             "Justify": 2,
  145.             "EditLeft": 420,
  146.             "EditTop": 291,
  147.             "EditWidth": 12,
  148.             "EditHeight": 13,
  149.             "NumberOfLines": 1,
  150.             "DefPrecision": -1,
  151.             "AutoCalc": 0
  152.         },
  153.         {
  154.             "KeyWord": "SCCOther_#1",
  155.             "FieldIndex": 9,
  156.             "TypeOfField": 0,
  157.             "CheckBox": 0,
  158.             "Page": 1,
  159.             "Justify": 0,
  160.             "EditLeft": 487,
  161.             "EditTop": 288,
  162.             "EditWidth": 46,
  163.             "EditHeight": 13,
  164.             "NumberOfLines": 2,
  165.             "DefaultFont": "Tahoma,8,0,0",
  166.             "DefPrecision": -1,
  167.             "AutoCalc": 0
  168.         },
  169.         {
  170.             "KeyWord": "SCCOther_#2",
  171.             "FieldIndex": 10,
  172.             "TypeOfField": 0,
  173.             "CheckBox": 0,
  174.             "Page": 1,
  175.             "Justify": 0,
  176.             "EditLeft": 80,
  177.             "EditTop": 315,
  178.             "EditWidth": 454,
  179.             "EditHeight": 13,
  180.             "NumberOfLines": 2,
  181.             "DefaultFont": "Tahoma,8,0,0",
  182.             "DefPrecision": -1,
  183.             "AutoCalc": 0
  184.         },
  185.         {
  186.             "KeyWord": "SCCComment_#1",
  187.             "FieldIndex": 11,
  188.             "TypeOfField": 0,
  189.             "CheckBox": 0,
  190.             "Page": 1,
  191.             "Justify": 0,
  192.             "EditLeft": 78,
  193.             "EditTop": 488,
  194.             "EditWidth": 462,
  195.             "EditHeight": 13,
  196.             "NumberOfLines": 39,
  197.             "DefaultFont": "Tahoma,8,0,0",
  198.             "DefPrecision": -1,
  199.             "AutoCalc": 0
  200.         },
  201.         {
  202.             "KeyWord": "SCCComment_#2",
  203.             "FieldIndex": 12,
  204.             "TypeOfField": 0,
  205.             "CheckBox": 0,
  206.             "Page": 1,
  207.             "Justify": 0,
  208.             "EditLeft": 78,
  209.             "EditTop": 503,
  210.             "EditWidth": 462,
  211.             "EditHeight": 13,
  212.             "NumberOfLines": 39,
  213.             "DefaultFont": "Tahoma,8,0,0",
  214.             "DefPrecision": -1,
  215.             "AutoCalc": 0
  216.         },
  217.         {
  218.             "KeyWord": "SCCComment_#3",
  219.             "FieldIndex": 13,
  220.             "TypeOfField": 0,
  221.             "CheckBox": 0,
  222.             "Page": 1,
  223.             "Justify": 0,
  224.             "EditLeft": 78,
  225.             "EditTop": 518,
  226.             "EditWidth": 462,
  227.             "EditHeight": 13,
  228.             "NumberOfLines": 39,
  229.             "DefaultFont": "Tahoma,8,0,0",
  230.             "DefPrecision": -1,
  231.             "AutoCalc": 0
  232.         },
  233.         {
  234.             "KeyWord": "SCCComment_#4",
  235.             "FieldIndex": 14,
  236.             "TypeOfField": 0,
  237.             "CheckBox": 0,
  238.             "Page": 1,
  239.             "Justify": 0,
  240.             "EditLeft": 78,
  241.             "EditTop": 533,
  242.             "EditWidth": 462,
  243.             "EditHeight": 13,
  244.             "NumberOfLines": 39,
  245.             "DefaultFont": "Tahoma,8,0,0",
  246.             "DefPrecision": -1,
  247.             "AutoCalc": 0
  248.         },
  249.         {
  250.             "KeyWord": "SCCComment_#5",
  251.             "FieldIndex": 15,
  252.             "TypeOfField": 0,
  253.             "CheckBox": 0,
  254.             "Page": 1,
  255.             "Justify": 0,
  256.             "EditLeft": 78,
  257.             "EditTop": 548,
  258.             "EditWidth": 462,
  259.             "EditHeight": 13,
  260.             "NumberOfLines": 39,
  261.             "DefaultFont": "Tahoma,8,0,0",
  262.             "DefPrecision": -1,
  263.             "AutoCalc": 0
  264.         },
  265.         {
  266.             "KeyWord": "SCCComment_#6",
  267.             "FieldIndex": 16,
  268.             "TypeOfField": 0,
  269.             "CheckBox": 0,
  270.             "Page": 1,
  271.             "Justify": 0,
  272.             "EditLeft": 78,
  273.             "EditTop": 563,
  274.             "EditWidth": 462,
  275.             "EditHeight": 13,
  276.             "NumberOfLines": 39,
  277.             "DefaultFont": "Tahoma,8,0,0",
  278.             "DefPrecision": -1,
  279.             "AutoCalc": 0
  280.         },
  281.         {
  282.             "KeyWord": "SCCComment_#7",
  283.             "FieldIndex": 17,
  284.             "TypeOfField": 0,
  285.             "CheckBox": 0,
  286.             "Page": 1,
  287.             "Justify": 0,
  288.             "EditLeft": 78,
  289.             "EditTop": 578,
  290.             "EditWidth": 462,
  291.             "EditHeight": 13,
  292.             "NumberOfLines": 39,
  293.             "DefaultFont": "Tahoma,8,0,0",
  294.             "DefPrecision": -1,
  295.             "AutoCalc": 0
  296.         },
  297.         {
  298.             "KeyWord": "SCCComment_#8",
  299.             "FieldIndex": 18,
  300.             "TypeOfField": 0,
  301.             "CheckBox": 0,
  302.             "Page": 1,
  303.             "Justify": 0,
  304.             "EditLeft": 78,
  305.             "EditTop": 593,
  306.             "EditWidth": 462,
  307.             "EditHeight": 13,
  308.             "NumberOfLines": 39,
  309.             "DefaultFont": "Tahoma,8,0,0",
  310.             "DefPrecision": -1,
  311.             "AutoCalc": 0
  312.         },
  313.         {
  314.             "KeyWord": "SCCComment_#9",
  315.             "FieldIndex": 19,
  316.             "TypeOfField": 0,
  317.             "CheckBox": 0,
  318.             "Page": 1,
  319.             "Justify": 0,
  320.             "EditLeft": 78,
  321.             "EditTop": 608,
  322.             "EditWidth": 462,
  323.             "EditHeight": 13,
  324.             "NumberOfLines": 39,
  325.             "DefaultFont": "Tahoma,8,0,0",
  326.             "DefPrecision": -1,
  327.             "AutoCalc": 0
  328.         },
  329.         {
  330.             "KeyWord": "SCCComment_#10",
  331.             "FieldIndex": 20,
  332.             "TypeOfField": 0,
  333.             "CheckBox": 0,
  334.             "Page": 1,
  335.             "Justify": 0,
  336.             "EditLeft": 78,
  337.             "EditTop": 623,
  338.             "EditWidth": 462,
  339.             "EditHeight": 13,
  340.             "NumberOfLines": 39,
  341.             "DefaultFont": "Tahoma,8,0,0",
  342.             "DefPrecision": -1,
  343.             "AutoCalc": 0
  344.         },
  345.         {
  346.             "KeyWord": "SCCComment_#11",
  347.             "FieldIndex": 21,
  348.             "TypeOfField": 0,
  349.             "CheckBox": 0,
  350.             "Page": 1,
  351.             "Justify": 0,
  352.             "EditLeft": 78,
  353.             "EditTop": 638,
  354.             "EditWidth": 462,
  355.             "EditHeight": 13,
  356.             "NumberOfLines": 39,
  357.             "DefaultFont": "Tahoma,8,0,0",
  358.             "DefPrecision": -1,
  359.             "AutoCalc": 0
  360.         },
  361.         {
  362.             "KeyWord": "SCCComment_#12",
  363.             "FieldIndex": 22,
  364.             "TypeOfField": 0,
  365.             "CheckBox": 0,
  366.             "Page": 1,
  367.             "Justify": 0,
  368.             "EditLeft": 78,
  369.             "EditTop": 653,
  370.             "EditWidth": 462,
  371.             "EditHeight": 13,
  372.             "NumberOfLines": 39,
  373.             "DefaultFont": "Tahoma,8,0,0",
  374.             "DefPrecision": -1,
  375.             "AutoCalc": 0
  376.         },
  377.         {
  378.             "KeyWord": "SCCComment_#13",
  379.             "FieldIndex": 23,
  380.             "TypeOfField": 0,
  381.             "CheckBox": 0,
  382.             "Page": 1,
  383.             "Justify": 0,
  384.             "EditLeft": 78,
  385.             "EditTop": 668,
  386.             "EditWidth": 462,
  387.             "EditHeight": 13,
  388.             "NumberOfLines": 39,
  389.             "DefaultFont": "Tahoma,8,0,0",
  390.             "DefPrecision": -1,
  391.             "AutoCalc": 0
  392.         },
  393.         {
  394.             "KeyWord": "SCCComment_#14",
  395.             "FieldIndex": 24,
  396.             "TypeOfField": 0,
  397.             "CheckBox": 0,
  398.             "Page": 1,
  399.             "Justify": 0,
  400.             "EditLeft": 78,
  401.             "EditTop": 683,
  402.             "EditWidth": 462,
  403.             "EditHeight": 13,
  404.             "NumberOfLines": 39,
  405.             "DefaultFont": "Tahoma,8,0,0",
  406.             "DefPrecision": -1,
  407.             "AutoCalc": 0
  408.         },
  409.         {
  410.             "KeyWord": "SCCComment_#15",
  411.             "FieldIndex": 25,
  412.             "TypeOfField": 0,
  413.             "CheckBox": 0,
  414.             "Page": 1,
  415.             "Justify": 0,
  416.             "EditLeft": 78,
  417.             "EditTop": 698,
  418.             "EditWidth": 462,
  419.             "EditHeight": 13,
  420.             "NumberOfLines": 39,
  421.             "DefaultFont": "Tahoma,8,0,0",
  422.             "DefPrecision": -1,
  423.             "AutoCalc": 0
  424.         },
  425.         {
  426.             "KeyWord": "SCCComment_#16",
  427.             "FieldIndex": 26,
  428.             "TypeOfField": 0,
  429.             "CheckBox": 0,
  430.             "Page": 1,
  431.             "Justify": 0,
  432.             "EditLeft": 78,
  433.             "EditTop": 713,
  434.             "EditWidth": 462,
  435.             "EditHeight": 13,
  436.             "NumberOfLines": 39,
  437.             "DefaultFont": "Tahoma,8,0,0",
  438.             "DefPrecision": -1,
  439.             "AutoCalc": 0
  440.         },
  441.         {
  442.             "KeyWord": "SCCComment_#17",
  443.             "FieldIndex": 27,
  444.             "TypeOfField": 0,
  445.             "CheckBox": 0,
  446.             "Page": 1,
  447.             "Justify": 0,
  448.             "EditLeft": 78,
  449.             "EditTop": 728,
  450.             "EditWidth": 462,
  451.             "EditHeight": 13,
  452.             "NumberOfLines": 39,
  453.             "DefaultFont": "Tahoma,8,0,0",
  454.             "DefPrecision": -1,
  455.             "AutoCalc": 0
  456.         },
  457.         {
  458.             "KeyWord": "SCCComment_#18",
  459.             "FieldIndex": 28,
  460.             "TypeOfField": 0,
  461.             "CheckBox": 0,
  462.             "Page": 1,
  463.             "Justify": 0,
  464.             "EditLeft": 78,
  465.             "EditTop": 743,
  466.             "EditWidth": 462,
  467.             "EditHeight": 13,
  468.             "NumberOfLines": 39,
  469.             "DefaultFont": "Tahoma,8,0,0",
  470.             "DefPrecision": -1,
  471.             "AutoCalc": 0
  472.         },
  473.         {
  474.             "KeyWord": "SCCComment_#19",
  475.             "FieldIndex": 29,
  476.             "TypeOfField": 0,
  477.             "CheckBox": 0,
  478.             "Page": 1,
  479.             "Justify": 0,
  480.             "EditLeft": 78,
  481.             "EditTop": 758,
  482.             "EditWidth": 462,
  483.             "EditHeight": 13,
  484.             "NumberOfLines": 39,
  485.             "DefaultFont": "Tahoma,8,0,0",
  486.             "DefPrecision": -1,
  487.             "AutoCalc": 0
  488.         },
  489.         {
  490.             "KeyWord": "SCCComment_#20",
  491.             "FieldIndex": 30,
  492.             "TypeOfField": 0,
  493.             "CheckBox": 0,
  494.             "Page": 1,
  495.             "Justify": 0,
  496.             "EditLeft": 78,
  497.             "EditTop": 773,
  498.             "EditWidth": 462,
  499.             "EditHeight": 13,
  500.             "NumberOfLines": 39,
  501.             "DefaultFont": "Tahoma,8,0,0",
  502.             "DefPrecision": -1,
  503.             "AutoCalc": 0
  504.         },
  505.         {
  506.             "KeyWord": "SCCComment_#21",
  507.             "FieldIndex": 31,
  508.             "TypeOfField": 0,
  509.             "CheckBox": 0,
  510.             "Page": 1,
  511.             "Justify": 0,
  512.             "EditLeft": 78,
  513.             "EditTop": 788,
  514.             "EditWidth": 462,
  515.             "EditHeight": 13,
  516.             "NumberOfLines": 39,
  517.             "DefaultFont": "Tahoma,8,0,0",
  518.             "DefPrecision": -1,
  519.             "AutoCalc": 0
  520.         },
  521.         {
  522.             "KeyWord": "SCCComment_#22",
  523.             "FieldIndex": 32,
  524.             "TypeOfField": 0,
  525.             "CheckBox": 0,
  526.             "Page": 1,
  527.             "Justify": 0,
  528.             "EditLeft": 78,
  529.             "EditTop": 803,
  530.             "EditWidth": 462,
  531.             "EditHeight": 13,
  532.             "NumberOfLines": 39,
  533.             "DefaultFont": "Tahoma,8,0,0",
  534.             "DefPrecision": -1,
  535.             "AutoCalc": 0
  536.         },
  537.         {
  538.             "KeyWord": "SCCComment_#23",
  539.             "FieldIndex": 33,
  540.             "TypeOfField": 0,
  541.             "CheckBox": 0,
  542.             "Page": 1,
  543.             "Justify": 0,
  544.             "EditLeft": 78,
  545.             "EditTop": 818,
  546.             "EditWidth": 462,
  547.             "EditHeight": 13,
  548.             "NumberOfLines": 39,
  549.             "DefaultFont": "Tahoma,8,0,0",
  550.             "DefPrecision": -1,
  551.             "AutoCalc": 0
  552.         },
  553.         {
  554.             "KeyWord": "SCCComment_#24",
  555.             "FieldIndex": 34,
  556.             "TypeOfField": 0,
  557.             "CheckBox": 0,
  558.             "Page": 1,
  559.             "Justify": 0,
  560.             "EditLeft": 78,
  561.             "EditTop": 833,
  562.             "EditWidth": 462,
  563.             "EditHeight": 13,
  564.             "NumberOfLines": 39,
  565.             "DefaultFont": "Tahoma,8,0,0",
  566.             "DefPrecision": -1,
  567.             "AutoCalc": 0
  568.         },
  569.         {
  570.             "KeyWord": "SCCComment_#25",
  571.             "FieldIndex": 35,
  572.             "TypeOfField": 0,
  573.             "CheckBox": 0,
  574.             "Page": 1,
  575.             "Justify": 0,
  576.             "EditLeft": 78,
  577.             "EditTop": 848,
  578.             "EditWidth": 462,
  579.             "EditHeight": 13,
  580.             "NumberOfLines": 39,
  581.             "DefaultFont": "Tahoma,8,0,0",
  582.             "DefPrecision": -1,
  583.             "AutoCalc": 0
  584.         },
  585.         {
  586.             "KeyWord": "SCCComment_#26",
  587.             "FieldIndex": 36,
  588.             "TypeOfField": 0,
  589.             "CheckBox": 0,
  590.             "Page": 1,
  591.             "Justify": 0,
  592.             "EditLeft": 78,
  593.             "EditTop": 863,
  594.             "EditWidth": 462,
  595.             "EditHeight": 13,
  596.             "NumberOfLines": 39,
  597.             "DefaultFont": "Tahoma,8,0,0",
  598.             "DefPrecision": -1,
  599.             "AutoCalc": 0
  600.         },
  601.         {
  602.             "KeyWord": "SCCComment_#27",
  603.             "FieldIndex": 37,
  604.             "TypeOfField": 0,
  605.             "CheckBox": 0,
  606.             "Page": 1,
  607.             "Justify": 0,
  608.             "EditLeft": 78,
  609.             "EditTop": 878,
  610.             "EditWidth": 462,
  611.             "EditHeight": 13,
  612.             "NumberOfLines": 39,
  613.             "DefaultFont": "Tahoma,8,0,0",
  614.             "DefPrecision": -1,
  615.             "AutoCalc": 0
  616.         },
  617.         {
  618.             "KeyWord": "SCCComment_#28",
  619.             "FieldIndex": 38,
  620.             "TypeOfField": 0,
  621.             "CheckBox": 0,
  622.             "Page": 1,
  623.             "Justify": 0,
  624.             "EditLeft": 78,
  625.             "EditTop": 893,
  626.             "EditWidth": 462,
  627.             "EditHeight": 13,
  628.             "NumberOfLines": 39,
  629.             "DefaultFont": "Tahoma,8,0,0",
  630.             "DefPrecision": -1,
  631.             "AutoCalc": 0
  632.         },
  633.         {
  634.             "KeyWord": "SCCComment_#29",
  635.             "FieldIndex": 39,
  636.             "TypeOfField": 0,
  637.             "CheckBox": 0,
  638.             "Page": 1,
  639.             "Justify": 0,
  640.             "EditLeft": 78,
  641.             "EditTop": 908,
  642.             "EditWidth": 462,
  643.             "EditHeight": 13,
  644.             "NumberOfLines": 39,
  645.             "DefaultFont": "Tahoma,8,0,0",
  646.             "DefPrecision": -1,
  647.             "AutoCalc": 0
  648.         },
  649.         {
  650.             "KeyWord": "SCCComment_#30",
  651.             "FieldIndex": 40,
  652.             "TypeOfField": 0,
  653.             "CheckBox": 0,
  654.             "Page": 1,
  655.             "Justify": 0,
  656.             "EditLeft": 78,
  657.             "EditTop": 923,
  658.             "EditWidth": 462,
  659.             "EditHeight": 13,
  660.             "NumberOfLines": 39,
  661.             "DefaultFont": "Tahoma,8,0,0",
  662.             "DefPrecision": -1,
  663.             "AutoCalc": 0
  664.         },
  665.         {
  666.             "KeyWord": "SCCComment_#31",
  667.             "FieldIndex": 41,
  668.             "TypeOfField": 0,
  669.             "CheckBox": 0,
  670.             "Page": 1,
  671.             "Justify": 0,
  672.             "EditLeft": 78,
  673.             "EditTop": 938,
  674.             "EditWidth": 462,
  675.             "EditHeight": 13,
  676.             "NumberOfLines": 39,
  677.             "DefaultFont": "Tahoma,8,0,0",
  678.             "DefPrecision": -1,
  679.             "AutoCalc": 0
  680.         },
  681.         {
  682.             "KeyWord": "SCCComment_#32",
  683.             "FieldIndex": 42,
  684.             "TypeOfField": 0,
  685.             "CheckBox": 0,
  686.             "Page": 1,
  687.             "Justify": 0,
  688.             "EditLeft": 78,
  689.             "EditTop": 953,
  690.             "EditWidth": 462,
  691.             "EditHeight": 13,
  692.             "NumberOfLines": 39,
  693.             "DefaultFont": "Tahoma,8,0,0",
  694.             "DefPrecision": -1,
  695.             "AutoCalc": 0
  696.         },
  697.         {
  698.             "KeyWord": "SCCComment_#33",
  699.             "FieldIndex": 43,
  700.             "TypeOfField": 0,
  701.             "CheckBox": 0,
  702.             "Page": 1,
  703.             "Justify": 0,
  704.             "EditLeft": 78,
  705.             "EditTop": 968,
  706.             "EditWidth": 462,
  707.             "EditHeight": 13,
  708.             "NumberOfLines": 39,
  709.             "DefaultFont": "Tahoma,8,0,0",
  710.             "DefPrecision": -1,
  711.             "AutoCalc": 0
  712.         },
  713.         {
  714.             "KeyWord": "SCCComment_#34",
  715.             "FieldIndex": 44,
  716.             "TypeOfField": 0,
  717.             "CheckBox": 0,
  718.             "Page": 1,
  719.             "Justify": 0,
  720.             "EditLeft": 78,
  721.             "EditTop": 983,
  722.             "EditWidth": 462,
  723.             "EditHeight": 13,
  724.             "NumberOfLines": 39,
  725.             "DefaultFont": "Tahoma,8,0,0",
  726.             "DefPrecision": -1,
  727.             "AutoCalc": 0
  728.         },
  729.         {
  730.             "KeyWord": "SCCComment_#35",
  731.             "FieldIndex": 45,
  732.             "TypeOfField": 0,
  733.             "CheckBox": 0,
  734.             "Page": 1,
  735.             "Justify": 0,
  736.             "EditLeft": 78,
  737.             "EditTop": 998,
  738.             "EditWidth": 462,
  739.             "EditHeight": 13,
  740.             "NumberOfLines": 39,
  741.             "DefaultFont": "Tahoma,8,0,0",
  742.             "DefPrecision": -1,
  743.             "AutoCalc": 0
  744.         },
  745.         {
  746.             "KeyWord": "SCCComment_#36",
  747.             "FieldIndex": 46,
  748.             "TypeOfField": 0,
  749.             "CheckBox": 0,
  750.             "Page": 1,
  751.             "Justify": 0,
  752.             "EditLeft": 78,
  753.             "EditTop": 1013,
  754.             "EditWidth": 462,
  755.             "EditHeight": 13,
  756.             "NumberOfLines": 39,
  757.             "DefaultFont": "Tahoma,8,0,0",
  758.             "DefPrecision": -1,
  759.             "AutoCalc": 0
  760.         },
  761.         {
  762.             "KeyWord": "SCCComment_#37",
  763.             "FieldIndex": 47,
  764.             "TypeOfField": 0,
  765.             "CheckBox": 0,
  766.             "Page": 1,
  767.             "Justify": 0,
  768.             "EditLeft": 78,
  769.             "EditTop": 1028,
  770.             "EditWidth": 462,
  771.             "EditHeight": 13,
  772.             "NumberOfLines": 39,
  773.             "DefaultFont": "Tahoma,8,0,0",
  774.             "DefPrecision": -1,
  775.             "AutoCalc": 0
  776.         },
  777.         {
  778.             "KeyWord": "SCCComment_#38",
  779.             "FieldIndex": 48,
  780.             "TypeOfField": 0,
  781.             "CheckBox": 0,
  782.             "Page": 1,
  783.             "Justify": 0,
  784.             "EditLeft": 78,
  785.             "EditTop": 1043,
  786.             "EditWidth": 462,
  787.             "EditHeight": 13,
  788.             "NumberOfLines": 39,
  789.             "DefaultFont": "Tahoma,8,0,0",
  790.             "DefPrecision": -1,
  791.             "AutoCalc": 0
  792.         },
  793.         {
  794.             "KeyWord": "SCCComment_#39",
  795.             "FieldIndex": 49,
  796.             "TypeOfField": 0,
  797.             "CheckBox": 0,
  798.             "Page": 1,
  799.             "Justify": 0,
  800.             "EditLeft": 78,
  801.             "EditTop": 1058,
  802.             "EditWidth": 462,
  803.             "EditHeight": 13,
  804.             "NumberOfLines": 39,
  805.             "DefaultFont": "Tahoma,8,0,0",
  806.             "DefPrecision": -1,
  807.             "AutoCalc": 0
  808.         },
  809.         {
  810.             "KeyWord": "RECApprSignDay",
  811.             "FieldIndex": 50,
  812.             "TypeOfField": 0,
  813.             "CheckBox": 0,
  814.             "Page": 1,
  815.             "Justify": 0,
  816.             "EditLeft": 74,
  817.             "EditTop": 1097,
  818.             "EditWidth": 129,
  819.             "EditHeight": 15,
  820.             "NumberOfLines": 1,
  821.             "DefaultFont": "Tahoma,8,0,0",
  822.             "DefPrecision": -1,
  823.             "AutoCalc": 0,
  824.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tbegin\r\n\t\tSCC.RECApprSignDate = SCC.RECApprSignDay + \r\n\t\t\t\"19\" + SCC.RECApprSignYear;\r\n\tend;\r\n\tCopyField(\"SCC.RECApprSignDate\");\r\nend;\r\n"
  825.         },
  826.         {
  827.             "KeyWord": "RECApprSignYear",
  828.             "FieldIndex": 51,
  829.             "TypeOfField": 0,
  830.             "CheckBox": 0,
  831.             "Page": 1,
  832.             "Justify": 0,
  833.             "EditLeft": 226,
  834.             "EditTop": 1099,
  835.             "EditWidth": 23,
  836.             "EditHeight": 13,
  837.             "NumberOfLines": 1,
  838.             "DefaultFont": "Tahoma,8,0,0",
  839.             "DefPrecision": -1,
  840.             "AutoCalc": 0,
  841.             "Dependencies": "-50"
  842.         },
  843.         {
  844.             "KeyWord": "RECApprName",
  845.             "FieldIndex": 52,
  846.             "TypeOfField": 0,
  847.             "CheckBox": 0,
  848.             "Page": 1,
  849.             "Justify": 0,
  850.             "EditLeft": 369,
  851.             "EditTop": 1116,
  852.             "EditWidth": 165,
  853.             "EditHeight": 13,
  854.             "NumberOfLines": 1,
  855.             "DefaultFont": "Tahoma,8,0,0",
  856.             "DefPrecision": -1,
  857.             "AutoCalc": 0
  858.         },
  859.         {
  860.             "KeyWord": "RECApprSignature",
  861.             "FieldIndex": 100000000,
  862.             "TypeOfField": 3,
  863.             "CheckBox": 0,
  864.             "Page": 1,
  865.             "Justify": 0,
  866.             "EditLeft": 311,
  867.             "EditTop": 1071,
  868.             "EditWidth": 224,
  869.             "EditHeight": 40,
  870.             "NumberOfLines": 1,
  871.             "DefPrecision": -1,
  872.             "AutoCalc": 0
  873.         }
  874.     ]
  875. }